//==============================================================================
// Well of Urd_anim.txt
//==============================================================================

define WellofUrdGlowA
{
   set hotspot
   {
      version
      {
         Visualparticle sfx n well of urd water glow
      }
   }
}

//==============================================================================
anim Idle
{
	SetSelector
	{
		VariationLogic
		set hotspot
		{
			version
			{
				Visual World N Well of Urd B
				Connect LEFTFOOT WellofUrdGlowA hotspot
			}
		}
		set hotspot
		{
			version
			{
				Visual World N Well of Urd
				Connect LEFTFOOT WellofUrdGlowA hotspot
			}
		}
	}
}